home *** CD-ROM | disk | FTP | other *** search
/ Small Time Crooks Press Kit / Small Time Crooks Press Kit.iso / pc / Small Time Crooks.dxr / Scripts_33_C down.ls < prev    next >
Encoding:
Text File  |  2000-04-30  |  236 b   |  14 lines

  1. on mouseDown me
  2.   puppetSprite(14, 1)
  3.   set the memberNum of sprite 14 to the number of member "Bbutton down"
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8. end
  9.  
  10. on mouseUp
  11.   go("B/W")
  12.   puppetSprite(14, 0)
  13. end
  14.